Remove size constraints from ConstraintLayoutChild
authorEmmanuele Bassi <ebassi@gnome.org>
Thu, 27 Jun 2019 16:08:48 +0000 (17:08 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Sun, 30 Jun 2019 22:42:44 +0000 (23:42 +0100)
commit21450d5f234e00580e27d208592f7d929cbbdbd7
treef3ea80becab5ace36b2a19f2bdb3d6a2401b511e
parenta39bbb204100fa8f6800cb405cf0057bf6d2b324
Remove size constraints from ConstraintLayoutChild

The size constraints are transient to measurement and allocation, so
they don't really need to be stored inside the GtkLayoutChild subclass
created by a GtkConstraintLayout.
gtk/gtkconstraintlayout.c